home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / X11 / Xsession.d / 75dbus_dbus-launch < prev    next >
Text File  |  2009-10-23  |  381b  |  18 lines

  1. # $Id:$
  2. # In order to activate the session bus at X session launch
  3. # simply place use-session-dbus into your /etc/X11/Xsession.options file
  4. #
  5.  
  6. STARTDBUS=
  7. DBUSLAUNCH=/usr/bin/dbus-launch
  8.  
  9. if grep -qs ^use-session-dbus "$OPTIONFILE"; then
  10.   if [ -x "$DBUSLAUNCH" ]; then
  11.     STARTDBUS=yes
  12.   fi
  13. fi
  14.  
  15. if [ -n "$STARTDBUS" ]; then
  16.   STARTUP="$DBUSLAUNCH --exit-with-session $STARTUP"
  17. fi
  18.